@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Rajdhani', sans-serif;
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-track {
    background: #111;
}

::-webkit-scrollbar-thumb {
    background: #23dbb2;
    border-radius: 0px;
}

body {
    overflow-x: hidden;
    background-color: #537895;
    background: linear-gradient(-45deg, #537895, #09203f, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

section {
    padding: 100px;
}

.banner {
    position: relative;
    min-height: 100vh;
    background: #111;
    max-width: 100%;
    background-image: url(..//Images/bg.jpg);
    background-size: cover;
    display: flex;
    background-position: center;
    justify-content: space-between;
    align-items: center;
    box-shadow: inset 0 0 0 2000px rgba(2, 2, 2, 0.3);
}

.banner h2 {
    font-size: 3em;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.5em;
}

.banner h2 span {
    font-size: 1.5em;
    font-weight: 700;
    color: #23dbb2;
}

.banner h3 {
    font-size: 1.5em;
    color: #ffffff;
    font-weight: 500;
}

header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 40px 100px;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

header.sticky {
    padding: 20px 100px;
    box-shadow: 0 5px 15px rgb(74, 78, 105, 0.5);
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10.5px);
    -webkit-backdrop-filter: blur(10.5px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

header.sticky .logo {
    color: #03abc3;
}

header .logo {
    color: #03abc3;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
}

header ul {
    position: relative;
    display: flex;
}

header ul li {
    position: relative;
    list-style: none;
}

header ul li a {
    position: relative;
    display: inline-block;
    margin: 0 15px;
    color: #03abc3;
    text-decoration: none;
    font-size: 17px;
    transition: all 0.5s ease;
}

header ul li a:hover {
    color: #23dbb2;
}

.heading {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #111;
}

.heading h2 {
    font-weight: 600;
    font-size: 30px;
}

.about {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10.5px);
    -webkit-backdrop-filter: blur(10.5px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.about h2 {
    color: #ffffff;
}

.content {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.contentBx h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #23dbb2;
}

.contentBx p {
    color: #ffffff;
    line-height: 30px;
}

.w50 {
    min-width: 50%;
}

.w50 .fad {
    display: flex;
    align-items: right;
    justify-content: right;
    font-size: 300px;
    padding-left: 100px;
    color: #23dbb2;
}

.btn {
    position: relative;
    width: auto;
    height: 50px;
    margin: 0px;
    color: #fff;
    margin-top: 10px;
}

.btn a,
.btn button {
    color: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    z-index: 1;
    letter-spacing: 1px;
    text-decoration: none;
    overflow: hidden;
    transition: 0.5s;
    backdrop-filter: blur(15px);
}

.btn:before,
.btn:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    width: 40px;
    height: 10px;
    background: #23dbb2;
    border-radius: 10px;
    transition: 0.5s;
    transition-delay: 0s;
}

.btn:hover:before,
.btn:hover:after {
    bottom: 0;
    height: 50%;
    width: 90%;
    border-radius: 30px;
    transition-delay: 0.5s;
}

.btn:after {
    bottom: initial;
    top: -5px;
}

.btn:hover:after {
    bottom: initial;
    top: 0;
}

.btn:hover a,
.btn:focus a,
.btn:hover button,
.btn:focus button {
    letter-spacing: 4px;
}

.btn a:before,
.btn button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), transparent);
    transform: skewX(45deg) translateX(0);
    transition: 0.5s;
}

.btn:hover a:before,
.btn:hover button::before .btn:focus a:before,
.btn:focus button:before {
    transform: skewX(45deg) translateX(220%);
    background: #23dbb2;
    box-shadow: 0 0 5px #23dbb2, 0 0 15px #23dbb2, 0 0 30px #23dbb2,
        0 0 60px #23dbb2;
}

.btn button {
    outline: none;
    border: none;
}

.btn button:hover {
    cursor: pointer;
}

.services {
    background: #111;
}

.services .heading {
    color: #ffffff;
}

.services .content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.services .content .serviceBx {
    padding: 40px 20px;
    background: #222222;
    color: #ffffff;
    max-width: 360px;
    margin: 20px;
    text-align: center;
    transition: 0.5s;
    line-height: 30px;
}

.services .content .serviceBx:hover {
    user-select: none;
    background: #2196f3;
    box-shadow: 0px 10px 20px rgba(255, 255, 255, 0.3);
    transform: translateY(-20px);
}

.services .content .serviceBx img {
    max-width: 80px;
    filter: invert(1);
}

.services .content .serviceBx h2 {
    font-size: 20px;
    font-weight: 600;
}

.transparent {
    background: rgba(0, 0, 0, 0.5);
}

.submit {
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 30px;
    color: #ffffff;
}

.submit .btn {
    width: 300px;
    margin-top: 20px;
    margin: auto;
}

.submit p {
    text-align: left;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
    color: #23dbb2;
}

.upload {
    background-color: #111;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.upload h1 {
    color: #ffffff;
}

.upload .btn {
    margin-top: 25px;
}

.upload .btn {
    width: 480px;
}

.wo {
    width: 100px;
}

.contact {
    background: rgba(0, 0, 0, 0.4);
    margin: 30px;
}

.contact .heading {
    color: #ffffff;
    line-height: 30px;
}

.contactInfoBx .box .text {
    color: #ffffff;
    text-align: left;
    margin-left: 50px;
}

.formBx {
    width: 100%;
    height: 500px;
    max-width: 800px;
    padding: 25px 40px 10px 40px;
}

.contact-form {
    width: 90%;
    position: absolute;
    align-items: center;
    justify-content: center;
}

.contact-form p {
    color: #ffffff;
}

.formBx .btn {
    margin-top: 20px;
    width: 200px;
    left: 30px;
}

.formBx .btn:hover {
    cursor: pointer;
}

.wrapper {
    width: 90%;
    padding: 30px;
}

.wrapper .input-data {
    height: 40px;
    width: 100%;
    position: relative;
}

.wrapper .input-data input {
    background: transparent;
    height: 100%;
    width: 100%;
    border: none;
    padding: 10px;
    font-size: 15px;
    border-bottom: 2px solid silver;
    color: #fff;
    outline: none;
}

.input-data input:focus~label,
.input-data input:valid~label {
    transform: translateY(-25px);
    font-size: 15px;
    color: #23d5ab;
}

.wrapper .input-data label {
    position: absolute;
    bottom: 10px;
    left: 0;
    color: rgb(255, 255, 255);
    pointer-events: none;
    transition: all 0.3s ease;
}

.input-data .underline {
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 0;
}

.input-data .underline:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #23d5ab;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.input-data input:focus~.underline:before,
.input-data input:valid~.underline:before {
    transform: scaleX(1);
}

.footer {
    background-color: #111;
    color: #ffffff;
}

.social-icons {
    text-align: center;
    color: #ffffff;
    word-spacing: 30px;
    font-size: 30px;
}

.fa-youtube {
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 1000px;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    transition: all 0.3s ease;
}

.fa-youtube:hover {
    color: red;
    background-color: #23dbbd;
    transform: rotate(360deg);
}

.fa-mail-bulk {
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 1000px;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-top: 8px;
    transition: all 0.3s ease;
}

.fa-mail-bulk:hover {
    color: #111111;
    background-color: #23dbbd;
    transform: rotate(360deg);
    transition: all 0.5s;
}

.copyright {
    text-align: center;
    font-size: 35px;
}

.copyright span {
    color: #ffffff;
    font-size: 17px;
}

/*Making it responsive*/
@media (max-width: 1050px) {
    .banner .textBx {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
    }

    .btn a,
    .btn button {
        letter-spacing: 0px;
    }

    .btn a:hover,
    .btn button:hover {
        letter-spacing: 0.5px;
    }

    .w50 .fad {
        font-size: 200px;
        transform: translate(-11%);
    }

    .submit .btn {
        width: 180px;
    }

    .submit p {
        text-align: center;
        line-height: 20px;
    }

    .upload .btn a {
        font-size: 13px;
    }

    .formBx form input {
        width: 40%;
    }

    .formBx form {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .formBx form .btn {
        left: -10px;
    }

    .formBx form {
        left: 45px;
    }

    header,
    header.sticky {
        padding: 20px 50px;
        z-index: 1000;
    }

    .menu {
        position: fixed;
        top: 70px;
        left: -100%;
        display: block;
        padding: 100px 50px;
        text-align: center;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.8);
        backdrop-filter: blur(15px);
        transition: 0.5s;
        z-index: 999;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }

    header ul li a {
        color: #03abc3;
        font-size: 24px;
        margin: 10px;
    }

    .toggle {
        width: 40px;
        height: 40px;
        background: url(..//Images/menu.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 30px;
        cursor: pointer;
        transition: all 0.5s;
        filter: invert(1);
    }

    .toggle.active {
        background: url(..//Images/close.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 30px;
        cursor: pointer;
        transition: 0.2s all ease;
        filter: invert(1);
    }

    header.sticky .toggle {
        filter: invert(1);
    }

    .menu.active {
        left: 0;
    }

    section {
        padding: 100px 50px;
    }

    .banner {
        padding: 150px 50px 100px;
    }

    .banner h2 {
        font-size: 1.5em;
    }

    .banner h3 {
        font-size: 1em;
    }

    .heading h2 {
        font-size: 24px;
    }

    .contentBx h3 {
        font-size: 20px;
    }

    .content {
        flex-direction: column;
    }

    .form-control {
        width: 70%;
    }

    input,
    textarea {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .upload .btn {
        width: 250px;
    }

    .formBx form {
        left: 20px;
    }

    .formBx .btn {
        width: 180px;
    }

    header .logo {
        font-size: 17px;
    }
}

@media (max-width: 270px) {
    .about .w50 .fad {
        display: none;
    }

    .about {
        text-align: center;
    }

    .submit .btn {
        width: 160px;
        left: -30px;
    }

    .upload {
        font-size: 17px;
    }
}